home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / lunwin.zip / INSTALL.BAT next >
DOS Batch File  |  1993-06-02  |  749b  |  21 lines

  1. @echo off
  2. echo Lunar for Windows Demonstration Disk
  3.  
  4. echo now installing Lunar for Windows Demo...
  5. if not exist c:\windows\system\origvga.drv copy c:\windows\system\vga.drv c:\windows\system\origvga.drv
  6. copy vga.drv c:\windows\system\vga.drv
  7. copy lwincfg.ini c:\windows
  8.  
  9. echo *
  10. echo * To try out Lunar, start Microsoft Windows and make sure that 
  11. echo * the demo disk is in your floppy drive. Using the program manager
  12. echo * run command (in the file menu) start the program
  13. echo * a:lunarwin (or b:lunarwin)
  14. echo *
  15. echo * You may use this demo 6 times, each usage is limited to 10 minutes.
  16. echo * 
  17. echo * When this demo has expired, run the batch file unstall.bat to 
  18. echo * restore the original Windows display driver.
  19. echo *
  20.  
  21.